home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / komunikace / miranda / wip-miranda-im1.7.exe / {app} / plugins / PopUp / Concept / mono.popupskin < prev    next >
Encoding:
Text File  |  2005-11-01  |  1.8 KB  |  160 lines

  1. #Concept skin v0.0.1 for popup.2.0.3.96.RC1 or late
  2. #author mkp, Tomsk, 2005
  3. #feel free to use this as a starting point for your future skins ;)
  4.  
  5.  
  6. h title.height+(avatar.height>text.height)+21
  7. w (avatar.width+text.width+8)>(icon.widht+title.width+12)
  8.  
  9.  
  10. # background
  11. object
  12.     type bitmap
  13.     source back.bmp
  14.     x 0
  15.     y 0
  16.     w -1
  17.     h -1
  18. end
  19.  
  20.  
  21. # Line under title
  22. object
  23.     ifset 1
  24.     type bitmap
  25.     source line.bmp
  26.     x 0
  27.     y title.height+13
  28. end
  29.  
  30.  
  31. # border
  32. object
  33.     type bitmap
  34.     source border.bmp
  35.     x 0
  36.     y 0
  37.     w window.width
  38. end
  39. object
  40.     type bitmap
  41.     source border.bmp
  42.     x 0
  43.     y -1
  44.     w window.width
  45. end
  46. object
  47.     type bitmap
  48.     source border.bmp
  49.     x 0
  50.     y 0
  51.     h -1
  52. end
  53. object
  54.     type bitmap
  55.     source border.bmp
  56.     x -1
  57.     y 0
  58.     h -1
  59. end
  60.  
  61.  
  62. # color lines
  63. object
  64.     type bitmap
  65.     source m.bmp
  66.     mono
  67.     x 3
  68.     y 3
  69.     h 1
  70.     w -50
  71. end
  72. object
  73.     type bitmap
  74.     source m.bmp
  75.     mono
  76.     x 3
  77.     y 5
  78.     h 1
  79.     w -50
  80. end
  81. object
  82.     type bitmap
  83.     source m.bmp
  84.     mono
  85.     x 3
  86.     y 7
  87.     h 1
  88.     w -50
  89. end
  90.  
  91.  
  92. # popup icon
  93. object
  94.     ifset 2
  95.     type icon
  96.     x 4
  97.     y 11
  98. end
  99.  
  100.  
  101. # avatar
  102. object
  103.     ifset 3
  104.     ifnotset 4
  105.     type avatar
  106.     x 4
  107.     y 11+title.height+6
  108.     w 32
  109.     proportional 1
  110. end
  111. object
  112.     ifset 3
  113.     ifset 4
  114.     type avatar
  115.     x window.width-32-5
  116.     y 11+title.height+6
  117.     w 32
  118.     proportional 1
  119. end
  120.  
  121.  
  122. #the clock
  123. object
  124.     type clock
  125.     source clock.bmp
  126.     mono
  127.     x window.width-48
  128.     y 3
  129.     clocksize 0 9 9 9 9 9 9 9 9 9 9 9 0 0 0
  130. end
  131.  
  132.  
  133. # popup title
  134. object
  135.     type title
  136.     color  228 228 228
  137.     x 4+icon.width+icon.width/5
  138.     y 11
  139.     w window.width-6-icon.width-icon.width/5-22
  140. end
  141.  
  142.  
  143. # popup text
  144. object
  145.     ifnotset 4
  146.     type text
  147.     x 6+avatar.width+avatar.width/16
  148.     y title.height+17
  149.         w window.width-avatar.width-12
  150.     color 192 192 192
  151. end
  152. object
  153.     ifset 4
  154.     type text
  155.     x 6
  156.     y title.height+17
  157.         w window.width-avatar.width-12
  158.     color 192 192 192
  159. end
  160.